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

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


7052
7053
7054
# File 'sig/types.rbs', line 7052

def application_arn
  @application_arn
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


7051
7052
7053
# File 'sig/types.rbs', line 7051

def application_name
  @application_name
end

#data_classificationTypes::DataClassificationDetails

Returns the value of attribute data_classification.



7049
7050
7051
# File 'sig/types.rbs', line 7049

def data_classification
  @data_classification
end

#detailsTypes::ResourceDetails

Returns the value of attribute details.



7050
7051
7052
# File 'sig/types.rbs', line 7050

def details
  @details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7042
7043
7044
# File 'sig/types.rbs', line 7042

def id
  @id
end

#ownerTypes::ResourceOwner

Returns the value of attribute owner.



7046
7047
7048
# File 'sig/types.rbs', line 7046

def owner
  @owner
end

#partition"aws", ...

Returns the value of attribute partition.

Returns:

  • ("aws", "aws-cn", "aws-us-gov", "aws-us-iso", "aws-us-iso-b", "AzureCloud")


7043
7044
7045
# File 'sig/types.rbs', line 7043

def partition
  @partition
end

#provider"Azure", "AWS"

Returns the value of attribute provider.

Returns:

  • ("Azure", "AWS")


7045
7046
7047
# File 'sig/types.rbs', line 7045

def provider
  @provider
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


7044
7045
7046
# File 'sig/types.rbs', line 7044

def region
  @region
end

#resource_role::String

Returns the value of attribute resource_role.

Returns:

  • (::String)


7047
7048
7049
# File 'sig/types.rbs', line 7047

def resource_role
  @resource_role
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


7048
7049
7050
# File 'sig/types.rbs', line 7048

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7041
7042
7043
# File 'sig/types.rbs', line 7041

def type
  @type
end