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

#detailsTypes::ResourceDetails

Returns the value of attribute details.



2395
2396
2397
# File 'sig/types.rbs', line 2395

def details
  @details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def id
  @id
end

#partition::String

Returns the value of attribute partition.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def partition
  @partition
end

#provider"AWS", "AZURE"

Returns the value of attribute provider.

Returns:

  • ("AWS", "AZURE")


2396
2397
2398
# File 'sig/types.rbs', line 2396

def provider
  @provider
end

#provider_account_id::String

Returns the value of attribute provider_account_id.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def 
  @provider_account_id
end

#provider_org_id::String

Returns the value of attribute provider_org_id.

Returns:

  • (::String)


2398
2399
2400
# File 'sig/types.rbs', line 2398

def provider_org_id
  @provider_org_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def region
  @region
end

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

Returns the value of attribute tags.

Returns:

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


2394
2395
2396
# File 'sig/types.rbs', line 2394

def tags
  @tags
end

#type"AWS_EC2_INSTANCE", ...

Returns the value of attribute type.

Returns:

  • ("AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER_IMAGE", "AWS_ECR_REPOSITORY", "AWS_LAMBDA_FUNCTION", "CODE_REPOSITORY", "Microsoft.Compute/virtualMachines", "Microsoft.ContainerRegistry/registry/containerImage", "Microsoft.Web/sites")


2390
2391
2392
# File 'sig/types.rbs', line 2390

def type
  @type
end