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.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def failure_reason @failure_reason end |
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def hub_arn @hub_arn end |
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 def hub_description @hub_description end |
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def hub_display_name @hub_display_name end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
4405 4406 4407 |
# File 'sig/types.rbs', line 4405 def hub_name @hub_name end |
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def hub_search_keywords @hub_search_keywords end |
#hub_status ⇒ "InService", ...
Returns the value of attribute hub_status.
4411 4412 4413 |
# File 'sig/types.rbs', line 4411 def hub_status @hub_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def last_modified_time @last_modified_time end |
#s3_storage_config ⇒ Types::HubS3StorageConfig
Returns the value of attribute s3_storage_config.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def s3_storage_config @s3_storage_config end |