Class: Aws::Types::ManagedLogGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def arn
  @arn
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def log_group_name
  @log_group_name
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "ACTIVE", "DEPROVISIONING", "DELETED", "FAILED")


1815
1816
1817
# File 'sig/types.rbs', line 1815

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def updated_at
  @updated_at
end