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:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("InService", "Creating", "Updating", "Deleting", "CreateFailed", "UpdateFailed", "DeleteFailed")


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.

Returns:

  • (::Time)


4397
4398
4399
# File 'sig/types.rbs', line 4397

def last_modified_time
  @last_modified_time
end

#s3_storage_configTypes::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