Class: Aws::Types::HubInfo

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:



6248
6249
6250
# File 'sig/types.rbs', line 6248

def creation_time
  @creation_time
end

#hub_arn::String

Returns the value of attribute hub_arn.

Returns:



6243
6244
6245
# File 'sig/types.rbs', line 6243

def hub_arn
  @hub_arn
end

#hub_description::String

Returns the value of attribute hub_description.

Returns:



6245
6246
6247
# File 'sig/types.rbs', line 6245

def hub_description
  @hub_description
end

#hub_display_name::String

Returns the value of attribute hub_display_name.

Returns:



6244
6245
6246
# File 'sig/types.rbs', line 6244

def hub_display_name
  @hub_display_name
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:



6242
6243
6244
# File 'sig/types.rbs', line 6242

def hub_name
  @hub_name
end

#hub_search_keywords::Array[::String]

Returns the value of attribute hub_search_keywords.

Returns:



6246
6247
6248
# File 'sig/types.rbs', line 6246

def hub_search_keywords
  @hub_search_keywords
end

#hub_status"InService", ...

Returns the value of attribute hub_status.

Returns:



6247
6248
6249
# File 'sig/types.rbs', line 6247

def hub_status
  @hub_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



6249
6250
6251
# File 'sig/types.rbs', line 6249

def last_modified_time
  @last_modified_time
end