show_aws_info_item#
See ShowAwsInfoItem.
- class aws_resource_search.items.show_aws_info_item.ShowAwsInfoItem(title: str, subtitle: ~typing.Optional[str] = None, uid: str = <factory>, arg: ~typing.Optional[str] = None, autocomplete: ~typing.Optional[str] = None, variables: ~typing.Dict[str, ~typing.Any] = <factory>)[source]#
Represent an item to display current AWS Account information
- enter_handler(ui: UI)[source]#
This is the abstract method that will perform user defined action when user hits
Enteron this item. Develop should inherit this class and override this method to perform user defined action.- Parameters:
ui – the
UIobject.