Class: Aws::Types::Resource

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)


570
571
572
# File 'sig/types.rbs', line 570

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


576
577
578
# File 'sig/types.rbs', line 576

def creation_time
  @creation_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


577
578
579
# File 'sig/types.rbs', line 577

def last_updated_time
  @last_updated_time
end

#resource_group_arn::String

Returns the value of attribute resource_group_arn.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def resource_group_arn
  @resource_group_arn
end

#resource_region_scope"REGIONAL", "GLOBAL"

Returns the value of attribute resource_region_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


578
579
580
# File 'sig/types.rbs', line 578

def resource_region_scope
  @resource_region_scope
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def resource_share_arn
  @resource_share_arn
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "ZONAL_RESOURCE_INACCESSIBLE", "LIMIT_EXCEEDED", "UNAVAILABLE", "PENDING")


574
575
576
# File 'sig/types.rbs', line 574

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def status_message
  @status_message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def type
  @type
end