Class: Aws::Types::DescribeAccessPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_arn::String

Returns the value of attribute access_policy_arn.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def access_policy_arn
  @access_policy_arn
end

#access_policy_creation_date::Time

Returns the value of attribute access_policy_creation_date.

Returns:

  • (::Time)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def access_policy_creation_date
  @access_policy_creation_date
end

#access_policy_id::String

Returns the value of attribute access_policy_id.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def access_policy_id
  @access_policy_id
end

#access_policy_identityTypes::Identity

Returns the value of attribute access_policy_identity.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def access_policy_identity
  @access_policy_identity
end

#access_policy_last_update_date::Time

Returns the value of attribute access_policy_last_update_date.

Returns:

  • (::Time)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def access_policy_last_update_date
  @access_policy_last_update_date
end

#access_policy_permission"ADMINISTRATOR", "VIEWER"

Returns the value of attribute access_policy_permission.

Returns:

  • ("ADMINISTRATOR", "VIEWER")


1461
1462
1463
# File 'sig/types.rbs', line 1461

def access_policy_permission
  @access_policy_permission
end

#access_policy_resourceTypes::Resource

Returns the value of attribute access_policy_resource.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def access_policy_resource
  @access_policy_resource
end