Class: Aws::Types::ResourceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_resource_owner_account::String

Returns the value of attribute expected_resource_owner_account.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def 
  @expected_resource_owner_account
end

#hybrid_access_enabledBoolean

Returns the value of attribute hybrid_access_enabled.

Returns:

  • (Boolean)


954
955
956
# File 'sig/types.rbs', line 954

def hybrid_access_enabled
  @hybrid_access_enabled
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


952
953
954
# File 'sig/types.rbs', line 952

def last_modified
  @last_modified
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def resource_arn
  @resource_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def role_arn
  @role_arn
end

#verification_status"VERIFIED", ...

Returns the value of attribute verification_status.

Returns:

  • ("VERIFIED", "VERIFICATION_FAILED", "NOT_VERIFIED")


956
957
958
# File 'sig/types.rbs', line 956

def verification_status
  @verification_status
end

#with_federationBoolean

Returns the value of attribute with_federation.

Returns:

  • (Boolean)


953
954
955
# File 'sig/types.rbs', line 953

def with_federation
  @with_federation
end

#with_privileged_accessBoolean

Returns the value of attribute with_privileged_access.

Returns:

  • (Boolean)


955
956
957
# File 'sig/types.rbs', line 955

def with_privileged_access
  @with_privileged_access
end