Class: Aws::Types::DescribeHubResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHubResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
-
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
-
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
-
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
-
#hub_status ⇒ "InService", ...
Returns the value of attribute hub_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#s3_storage_config ⇒ Types::HubS3StorageConfig
Returns the value of attribute s3_storage_config.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4396 4397 4398 |
# File 'sig/types.rbs', line 4396 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4395 4396 4397 |
# File 'sig/types.rbs', line 4395 def failure_reason @failure_reason end |
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
4389 4390 4391 |
# File 'sig/types.rbs', line 4389 def hub_arn @hub_arn end |
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
4391 4392 4393 |
# File 'sig/types.rbs', line 4391 def hub_description @hub_description end |
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def hub_display_name @hub_display_name end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
4388 4389 4390 |
# File 'sig/types.rbs', line 4388 def hub_name @hub_name end |
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
4392 4393 4394 |
# File 'sig/types.rbs', line 4392 def hub_search_keywords @hub_search_keywords end |
#hub_status ⇒ "InService", ...
Returns the value of attribute hub_status.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def hub_status @hub_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4397 4398 4399 |
# File 'sig/types.rbs', line 4397 def last_modified_time @last_modified_time end |
#s3_storage_config ⇒ Types::HubS3StorageConfig
Returns the value of attribute s3_storage_config.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def s3_storage_config @s3_storage_config end |