Class: Aws::Types::Container

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_logging_enabledBoolean

Returns the value of attribute access_logging_enabled.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def access_logging_enabled
  @access_logging_enabled
end

#arn::String

Returns the value of attribute arn.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def creation_time
  @creation_time
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:



15
16
17
# File 'sig/types.rbs', line 15

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



16
17
18
# File 'sig/types.rbs', line 16

def status
  @status
end