Class: Aws::Types::ServiceNameAndResourceType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_region_scope"REGIONAL", "GLOBAL"

Returns the value of attribute resource_region_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


699
700
701
# File 'sig/types.rbs', line 699

def resource_region_scope
  @resource_region_scope
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def resource_type
  @resource_type
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def service_name
  @service_name
end