Class: Aws::Types::DescribeHubResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



4414
4415
4416
# File 'sig/types.rbs', line 4414

def last_modified_time
  @last_modified_time
end

#s3_storage_configTypes::HubS3StorageConfig

Returns the value of attribute s3_storage_config.

Returns:



4410
4411
4412
# File 'sig/types.rbs', line 4410

def s3_storage_config
  @s3_storage_config
end