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:

  • (::Time)


6204
6205
6206
# File 'sig/types.rbs', line 6204

def creation_time
  @creation_time
end

#hub_arn::String

Returns the value of attribute hub_arn.

Returns:

  • (::String)


6199
6200
6201
# File 'sig/types.rbs', line 6199

def hub_arn
  @hub_arn
end

#hub_description::String

Returns the value of attribute hub_description.

Returns:

  • (::String)


6201
6202
6203
# File 'sig/types.rbs', line 6201

def hub_description
  @hub_description
end

#hub_display_name::String

Returns the value of attribute hub_display_name.

Returns:

  • (::String)


6200
6201
6202
# File 'sig/types.rbs', line 6200

def hub_display_name
  @hub_display_name
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


6198
6199
6200
# File 'sig/types.rbs', line 6198

def hub_name
  @hub_name
end

#hub_search_keywords::Array[::String]

Returns the value of attribute hub_search_keywords.

Returns:

  • (::Array[::String])


6202
6203
6204
# File 'sig/types.rbs', line 6202

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")


6203
6204
6205
# File 'sig/types.rbs', line 6203

def hub_status
  @hub_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6205
6206
6207
# File 'sig/types.rbs', line 6205

def last_modified_time
  @last_modified_time
end